UnShowInputHelper
Unshows the input helper.
Syntax
expression.UnShowInputHelper(guid, isclear);
expression
- A variable that represents a Api class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
guid | Required | string | A string value which specifies a plugin identifier which must be of the asc.{UUID} type. | |
isclear | Required | string | Defines if the input context will be cleared (true) or not (false). |
Returns
This method doesn't return any data.
Example
window.Asc.plugin.executeMethod ("UnShowInputHelper", ["asc.{UUID}", true]);